C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / MaxItems Property

In This Topic
MaxItems Property (AutoCompleteBase<T>)
In This Topic
Gets or sets the maximum number of items to display in the drop-down list.
Syntax
'Declaration
 
<DefaultValueAttribute(6)>
Public Overridable Property MaxItems As Integer
 
See Also